-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split telemetry container bucket #30481
base: integration
Are you sure you want to change the base?
split telemetry container bucket #30481
Conversation
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_j2aXUMxQEe-f-sI4gb7_Pw Target locations of links might be accessible only to IBM employees. |
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_sDxF8MziEe-f-sI4gb7_Pw Target locations of links might be accessible only to IBM employees. |
public class JaegerContainer extends GenericContainer<JaegerContainer> { | ||
|
||
private static final Class<?> c = JaegerContainer.class; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we're duplicating a lot of classes, particularly the utils
package and the jaegertracing GRPC API.
It would be better to add these to a common project. I suspect we could fairly easily move them to io.openliberty.microprofile.telemetry.internal_fat.common.
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).################################################################################################
Fixes #30480